projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61d443
)
Raise version of macOS we define instancetype for (bug#27059)
author
Alan Third
<alan@idiocy.org>
Wed, 24 May 2017 19:18:52 +0000
(20:18 +0100)
committer
Alan Third
<alan@idiocy.org>
Wed, 24 May 2017 19:18:52 +0000
(20:18 +0100)
* src/nsterm.m: Increase supported version number.
src/nsterm.h
patch
|
blob
|
history
diff --git
a/src/nsterm.h
b/src/nsterm.h
index d98f0d03d391ef43b9c302016d8059a22bb77581..8f3d92b3537a17c297fe57768611a161f71d8620 100644
(file)
--- a/
src/nsterm.h
+++ b/
src/nsterm.h
@@
-66,7
+66,7
@@
typedef float EmacsCGFloat;
Clang don't support it, and I don't know if GCC supports it at all.
Should this be tested for in ./configure? */
#if defined (NS_IMPL_GNUSTEP)
- || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_
7
+ || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_
10
typedef id instancetype;
typedef NSUInteger NSWindowStyleMask;
#endif